@font-face {
	font-family: ms-M;
	src: url(../fonts/montserrat-medium.eot) format("embedded-opentype"),url(../fonts/montserrat-medium.woff) format("woff"),url(../fonts/montserrat-medium.bin) format("truetype")
}
@font-face {
	font-family: ms-SB;
	src: url(../fonts/montserrat-semibold.eot) format("embedded-opentype"),url(../fonts/montserrat-semibold.woff) format("woff"),url(../fonts/montserrat-semibold.bin) format("truetype")
}
@font-face {
	font-family: ms;
	src: url(../fonts/montserrat-regular.eot) format("embedded-opentype"),url(../fonts/montserrat-regular.woff) format("woff"),url(../fonts/montserrat-regular.bin) format("truetype")
}
@font-face {
	font-family: ms-B;
	src: url(../fonts/montserrat-bold.eot) format("embedded-opentype"),url(../fonts/montserrat-bold.woff) format("woff"),url(../fonts/montserrat-bold.bin) format("truetype")
}
@font-face {
	font-family: ms-L;
	src: url(../fonts/montserrat-light.eot) format("embedded-opentype"),url(../fonts/montserrat-light.woff) format("woff"),url(../fonts/montserrat-light.bin) format("truetype")
}
@font-face {
	font-family: ms-EB;
	src: url(../fonts/montserrat-extrabold.eot) format("embedded-opentype"),url(../fonts/montserrat-extrabold.woff) format("woff"),url(../fonts/montserrat-extrabold.bin) format("truetype")
}

.compensate-for-scrollbar {
	margin-right: 0!important;
}
.fancybox-button svg {
	display: none;
}
* {
	box-sizing: border-box
}

textarea {
	resize:none
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#b3b3b3;
	text-transform: uppercase;
	font-family: ms-M;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#b3b3b3;
	text-transform: uppercase;
	font-family: ms-M;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#b3b3b3;
	text-transform: uppercase;
	font-family: ms-M;
}
.error {
    color: #ff1e48;
    font-size: 12px;
}
.error_input {
    border: 1px solid #ff1e48!important;
}
.error_text {
	color: #ff1e48!important;
}
body,html {
	font-size:16px;
	min-height:100vh;
	min-width:320px;
	overflow-x:hidden;
	font-family:ms;
	color: #000;
	position:relative;
	word-wrap:break-word;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
body {
	overflow: hidden;
}
#tel2 {
	display: none;
}
.toggle-menu {
	display:none;
	width:28px;
	height:28px;
	margin-top:18px;
	position:absolute;
	top:10px;
	right:0
}
.toggle-menu span:after,.toggle-menu span:before {
	content:"";
	position:absolute;
	left:0;
	top:9px
}
.toggle-menu span:after {
	top:18px
}
.toggle-menu span {
	position:relative;
	display:block
}
.toggle-menu span,.toggle-menu span:after,.toggle-menu span:before {
	width:100%;
	height:4px;
	background-color:#fff;
	-webkit-transition:all .3s;
	transition:all .3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-border-radius:2px;
	border-radius:2px
}

.toggle-menu.on span {
	background-color:transparent!important
}
.toggle-menu.on span:before {
	-webkit-transform:rotate(45deg) translate(-1px,0);
	-ms-transform:rotate(45deg) translate(-1px,0);
	transform:rotate(45deg) translate(-1px,0)
}
.toggle-menu.on span:after {
	-webkit-transform:rotate(-45deg) translate(6px,-7px);
	-ms-transform:rotate(-45deg) translate(6px,-7px);
	transform:rotate(-45deg) translate(6px,-7px)
}
.btn {
	-webkit-appearance:none;
	transition:all .5s ease;
	height: 35px;
	color:#fff;
	text-transform: uppercase;
	font-family: ms-B;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
	border-radius:4px;
	transition:box-shadow .5s ease, background-color .5s ease;
	font-size: 14px;
}
.btn--red {
	background-color: #ff1e48!important;
}
.btn:hover {
	color:#fff;
	box-shadow: 0 0 20px rgba(0,0,0,.4)
}

.scroll {
	transition: all .5s ease;
	z-index: 11111;
	position: fixed;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	width: 60px;
	height: 60px;
	right: -65px;
	bottom: 20px;
	-webkit-border-radius: 25px;
	border-radius: 30px;
	background-color: #ff1e48;
	opacity: .5;
	text-align: center;
	line-height: 1;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.scroll:hover {
	opacity: 1;
}
.scroll.active {
	right: 30px
}

section, footer, header {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
a {
	transition:color .5s ease
}
a:hover {
	text-decoration: none;
}
.container {
	max-width: 1590px;
}


.section1 {
	color:#fff;
	position: relative;
}
.section1 .slide {
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: right center;
	height: 100vh;
}
.section1 .slide:after {
	width: 34%;
	left: 0;
	content:'';
	bottom: 0;
	top: 0;
	position: absolute;
	background-image: url(../img/bg2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.section1 .slide:before {
	position: absolute;
	content:'';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
}
.section1 .container {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.section1 h1 {
	font-family: ms-M;
	font-size: 54px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.section1 p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 24px;
	font-family: ms-M;
	letter-spacing: 1.5px
}
.section1 .mouth {
	position: absolute;
	bottom: 55px;
	left: 15px;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.section1 .mouth span {
	padding-left: 15px;
	display: inline-block;
	line-height: 1.3;
}
.modal-open {
	padding-right: 0 !important;
}
.section1 .dots {
	position: absolute;
	bottom: 150px;
	left: 15px;
}
.dots li {
	height: 3px;
	width: 30px;
	background-color: rgba(255,255,255,.5);
	margin-right: 14px;
	cursor: pointer;
	display: inline-block;
}
.dots li button {
	font-size: 0;
	padding: 0;
}
.dots .slick-active {
	background-color: #ff1e48;
}




header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
	padding-top: 65px;
}
header menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
header menu a, header menu > div {
	color:#fff;
	display: inline-block;
	font-family: ms-M;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}
@media only screen and (min-width: 1101px) {
	header menu .parent:hover .hidden {
		opacity: 1;
	}
}

header menu .parent:hover{
	background-color: #fff;
	color:#ff1e48!important;
	border-radius:4px 4px 0 0;
	overflow: visible;
}
header menu .parent {
	position: relative;
	cursor: pointer;
	background-color: transparent;
	transition: .3s;
	overflow: hidden;
}
header menu .parent:hover .hidden {
	display: block!important;
	opacity: 1;
}
header menu .parent span:after {
	display: none;
}
header .hidden {
	opacity: 0;
	position: absolute;
	top: 40px;
	background-color: #fff;
	border-radius:4px;
	width: 320px;
	left: 50%;  
	margin-left: -160px;
	z-index: 1;
	padding: 30px;
	transition: .15s;
	display: none;
}
header .hidden a {
	color:#000!important;
	padding-bottom: 20px;
	line-height: 1;
	display: block;
	font-family: ms-M;
	font-size: 15px;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
header .hidden a:last-child {
	padding-bottom: 0;
}
header .hidden a:hover {
	color:#ff1e48!important;
}
header menu a:last-child {
	margin-right: 0;
}
header menu span {
	display: inline-block;
	position: relative;
}
header menu span:after {
	content:'';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	background-color: #ff1e48;
	height: 5px;
	border-radius: 3px;
	width: 0;
	transition: width .3s ease;
}
header menu span:hover:after {
	width: 100%;
}
header .top {
	margin-bottom: 25px!important;
}
header .tel {
	display: block;
	color:#fff;
	margin-top: 50px;
	font-family: ms-M;
	font-size: 40px;
	padding-left: 45px;
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
}
header .tel:before {
	position: absolute;
	content:'';
	top: 4px;
	left: 0;
	background-image: url(../img/tel.png);
	width: 29px;
	height: 29px;
}
header .tel:before path {
	fill:#fff;
}
.ks-select__current {
	color:#fff;
	font-size: 25px;
	font-family: ms-M;
	line-height: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.ks-select__current span {
	padding-left: 15px;
	padding-right: 15px;
}
.select {
	cursor: pointer;
	position: relative;
}
header .bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
header .btn {
	padding-left: 40px;
	padding-right: 40px;
	height: 43px;
}
.ks-select__block {
	position: absolute;
	top: 50px;
	right: 0;
	background-color: #fff;
	border-radius:4px;
	padding: 40px;
	z-index: 1;
	min-width: 250px;
	width: 100%;
	/*max-height: 300px;
	overflow-y: auto;*/
}
#mCSB_1_scrollbar_vertical, #mCSB_3_scrollbar_vertical, #mCSB_4_scrollbar_vertical {
	display: none!important;
}
.ks-select__item {
	font-family: ms-M;
	padding-bottom: 20px;
	line-height: 1;
	color:#000;
	transition:color .5s ease;
}
.ks-select__item:hover, .ks-select__item.active {
	color:#ff1e48;
}
.ks-select__item:last-child {
	padding-bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #e6e6e6!important;
}
form .title {
	text-transform: uppercase;
	font-family: ms-SB;
	line-height: 1;
	font-size: 17px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 1px
}
form .title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	content: '';
	height: 3px;
	background-color: #ff1e48;
	width: 80px;
}
form p {
	text-align: center;
}
#feedback .modal-dialog, #quotes .modal-dialog {
	max-width: 435px;
}
#feedback .modal-body, #quotes .modal-body {
	padding: 50px 70px;
}
#feedback .modal-body .btn, #quotes .modal-body .btn {
	height: 43px;
}
.form-line.textarea {
	height: auto;
}
.form-line.textarea textarea {
	padding: 15px 15px;
}
.form-line {
	height: 42px;
	border:1px solid #ccc;
	border-radius:4px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.form-line:hover {
	border:1px solid #ff1e48;
}
.form-line input {
	width: 100%;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
button.close {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1;
}
.checkbox-wrap {
	cursor: pointer;
	position: relative;
	margin-bottom: 20px;
	padding-left: 25px;
	margin-top: 30px;
}
.checkbox-wrap label {
	cursor: pointer;
}
.checkbox {
	position: absolute;
	top: 3px;
	left: 0;
	width: 19px;
	height: 19px;
	border-radius: 19px;
	border:1px solid #ccc;
	cursor: pointer;
}
#politika, #politika1, #politika2 {
	position: absolute;
	left: 3px;
	top: 7px;
	opacity: 0;
}
#politika:checked + span:after, #politika1:checked + span:after, #politika2:checked + span:after {
	content:'';
	position: absolute;
	top: 3px;
	bottom: 3px;
	right: 3px;
	left: 3px;
	background-color: #fe1e48;
	border-radius:50%;
}
.checkbox-wrap .text {
	color:#686868;
	line-height: 1;
	font-family: ms-L;
	font-size: 12px;
	display: inline-block;
}
form .btn {
	font-size: 14px;
	padding: 0;
	width: 100%;
}
header.fixed .bottom {
	display: none!important;
}
.inner header.fixed, header.fixed {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	position: fixed;
	background-image: none;
	box-shadow:0 0 20px rgba(0,0,0,.1);
}
.inner header.fixed:before {
	display: none;
}
header.fixed .top {
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 0!important;
}
header.fixed menu a {
	color:#000!important;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
header.fixed menu > div {
	color:#000!important;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
header.fixed .logo img {
	width: 250px;
}
header.fixed .hidden a {
	padding-top: 0;
}
header.fixed menu {
	height: 100px;
}
header.fixed .hidden {
	top: 101px;
	border-radius:0 0 4px 4px;
}

.inner header {
	padding-bottom: 40px;
	padding-top: 40px;
	background-image: url(../img/bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	position: static;
}
.inner header:after {
	width: 34%;
	left: 0;
	content: '';
	bottom: 0;
	top: 0;
	position: absolute;
	/*background-image: url(../img/bg2.jpg);*/
	background-position: top center;
}
.inner header .container {
	position: relative;
	z-index: 1;
}
.inner header:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
}
.inner header .top {
	margin-bottom: 0;
}
.inner header .bottom {
	margin-top: -50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
}
.inner header .bottom .tel {
	order:-1;
	margin: 0;
}
.inner header .bottom .select {
	order:-1;
	margin-left: 40px;
	margin-right: 40px;
}
.inner header .bottom .ks-select__current {
	font-size: 16px;
}
.inner header .bottom .ks-select__current > img:first-child {
	width: 16px;
}
.inner header .bottom .tel {
	font-size: 29px;
	padding-left: 35px;
}
.inner header .tel:before {
	width: 24px;
	height: 24px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
.inner header .btn {
	padding-left: 20px;
	padding-right: 20px;
}
.inner header menu a:last-child {
	padding-right: 0;
}
.inner header menu a {
	font-size: 17px;
}
.inner .ks-select__block {
	top: 30px;
}
.ks-select__block {
	box-shadow:0 5px 5px rgba(0,0,0,.1);
}


.h1 {
	text-transform: uppercase;
	font-family: ms-SB;
	font-size: 46px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 2px;
	text-align: center;
}
.h1:after {
	content:'';
	left: 0;
	right: 0;
	margin:auto;
	height: 5px;
	background-color: #ff1e48;
	bottom: 0;
	position: absolute;
	width: 130px;
}
section.mod {
	padding-top: 85px;
	padding-bottom: 85px;
}


.section2 .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
	transition: all .4s;
}
.section2 .el-wrap {
	padding-left: 7px;
	padding-right: 7px;
}
.section2 .row {
	margin-left: -7px;
	margin-right: -7px;
}
.section2 .el {
	position: relative;
	background-color: #000;
	padding-left: 75px;
	padding-right: 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 280px;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 14px;
	overflow: hidden;
}

.section2 .title {
	color:#fff;
	text-transform: uppercase;
	font-family: ms-B;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}
.section2 .delimeter {
	height: 1px;
	background: rgba(255,255,255,.29);
	margin-top: 35px;
	margin-bottom: 40px;
	width: 200px;
	position: relative;
	z-index: 1;
}
.section2 .btn {
	background-color: rgba(255,255,255,.35);
	position: relative;
	z-index: 1;
}
.section2 .el:hover .btn {
	background-color: #ff1e48;
}
.section2 .el:hover .img {
	transform: scale(1.1);
    overflow: hidden;
    opacity: .3;
}


.section3 {
	height: 640px;
}
.section3 .left, .section3 .right {
	height: 450px;
}
.section3 .left {
	background-image: url(../img/a.png);
	background-position: left top;
	padding-top: 110px;
	padding-right: 110px;
	text-align: right;
	background-repeat: no-repeat;
	border-right:1px solid #ccc;
	position: relative;
}
.section3 .right {
	background-image: url(../img/b.png);
	background-position: right top;
	padding-top: 110px;
	padding-left: 110px;
	background-repeat: no-repeat;
	position: relative;
}
.section3 .title {
	font-family: ms-EB;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.section3 .btn {
	position: relative;
	z-index: 1;
}
.section3 .bg1 {
	position: absolute;
	bottom: -80px;
	right: 350px;
}
.section3 .bg2 {
	position: absolute;
	bottom: -80px;
	left: 170px;
}


.section4 {
	background-color: #efefef;
}
.section4 .video {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	height: 620px;
}
.section4 .video iframe {
	width: 100% !important;
	height: 100% !important;
}



.section5 .left {
	width: 585px;
	min-width: 585px;
	color:#fff;  
	height: 740px;
	padding-top: 85px;
	position: relative;
	left: 50%;
	margin-left: -785px;
}
.section5 .left .wrap {
	max-width: 585px;
	margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.section5 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 700px;
	margin-bottom: 95px;
	background-color: #2b2b2b;
}
.section5 .right {
	flex-grow:1;
	background-image: url(../img/bg3.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center right;
	padding-top: 50px;
	padding-bottom: 50px;
	color:#fff;
	position: relative;
	left: 50%;
}
.section5 .left h2 {
	font-family: ms-B;
	font-size: 96px;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
.section5 .left h2:after {
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	margin:auto;
	background-color: #ff1e48;
	width: 134px;
	bottom: 0;
	height: 1px;
	opacity: .6;
}
.section5 .left p {
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
}
.section5 .left .desc {
	padding-right: 100px;
}
.section5 .right .wrap {
	max-width: 975px;
	padding-left: 90px;
	height: 100%;
}
.section5 .right .line {
	text-transform: uppercase;
	font-family: ms-M;
	font-size: 30px;
	padding-top: 17px;
	padding-bottom: 17px;
	border-top:1px solid rgba(255,255,255,.2);
	padding-right: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	letter-spacing: 2px
}
.section5 .right .line:last-child {
	border-bottom:1px solid rgba(255,255,255,.2);
}
.section5 .right h1 {
	font-family: ms-SB;
	font-size: 46px;
	margin-bottom: 30px;
	line-height: 1.5;
	letter-spacing: 2px
}
.section5 .hidden {
	display: none;
	padding-top: 30px;
	padding-bottom: 30px;
	/*transition:all .5s ease;*/
}
.section5 .hidden span {
	font-size: 18px;
	font-family: ms-L;
	line-height: 1;
	display: block;
	margin-top: 25px;
}
.section5 .btn {
	height: 35px;
}
.section5 .btn--white {
	background-color: rgba(255,255,255,.17);
}
.section5 .right .line.on {
	border-bottom:1px solid rgba(255,255,255,.2);
}
.section5 .right .line.on img {
	transform:rotate(180deg);
}
.section5 .right .line.on span {
	color:#ff1e48;
}
.section5 .left .slider {
	width: 100%;
}
.section5 .left .slide {
	padding-left: 80px;
	color:#fff;
	position: relative;
	background-color: #000;
}
.section5 .left .slide .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .6;
}
.section5 .left .slide-wrap {
	position: relative;
	z-index: 1;
	height: 100%;
	height: 340px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section5 .dots {
	position: absolute;
}
.section5 .slider-wrap {
	position: relative;
}
.section5 .slider-wrap h3 {
	font-family: ms-M;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.section5 .slider-wrap h3 span {
	font-size: 42px;
	line-height: 1;
	display: block;
}
.section5 .slider-wrap .price {
	font-size: 42px;
	font-family: ms-M;
}
.section5 .slider-wrap p {
	text-align: left;
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.1;
}
.price:after {
	content:'';
	margin-left: 20px;
	background-image: url(../img/rub.png);
	width: 30px;
	height: 30px;
	display: inline-block;
}
.section5 .slider-wrap .dots {
	bottom: 0;
	left: 85px;
}



.section6 {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #2b2b2b;
	overflow: hidden;
}
.section6 .el {
	padding-left: 15px;
	padding-right: 15px;
	color:#fff;
	position: relative;
	padding-top: 30px;
	width: calc(16%);
	min-width: calc(16%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.section6 .el .btn {
	width: 155px;
	font-size: 14px;
	height: 35px;
}
.section6 .title {
	font-family: ms-SB;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.section6 .text {
	font-size: 14px;
	margin-bottom: 20px;
	flex-grow:1;
	position: relative;
	z-index: 1;
}
.section6 .container {
	position: relative;
}
.section6 .container:before {
	content:'';
	background-image: url(../img/bg4.png);
	background-position: center;
	position: absolute;
	width: 439px;
	height: 400px;
	left: -78px;
	top: 50%;
	margin-top: -200px;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: .4;
}
.h1--white {
	color:#fff;
}
.section6 .container {
	position: relative;
	z-index: 1;
}
.section6 .h1 {
	font-size: 30px;
	text-align: left;
	margin-bottom: 0;
}
.section6 .h1:after {
	left: 0;
	margin: 0;
}
.section6 .nmb {
	position: absolute;
	top: 0;
	/*left: -20px;*/
	opacity: .8;
}


#carousel img {
	visibility:hidden; /* hide images until carousel can handle them */
	cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}
.split-left {
	width:450px;
	float:left;
}
.split-right {
	width:400px;
	float:left;
	margin-left:10px;
}
#callback-output {
	height:250px;
	overflow:scroll;
}
textarea#newoptions {
	width:430px;
}
.section7 {
	min-height: 500px;
	padding-bottom: 25px;
}
#carousel {
	height: 550px;
	overflow: hidden;
}
.section7 .slider-wrap {
	position: relative;
}
.section7 .slider-wrap #next {
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -23px;
}
.section7 .slider-wrap #prev {
	position: absolute;
	top: 50%;
	left: 35px;
	margin-top: -23px;
	transform:rotate(180deg);
}
#carousel .slide {
	display: inline-block;
}
#carousel .desc {
	position: absolute;
	bottom: 0;
	text-align: center;
	color:#000;
	font-family: ms-M;
	left: 0;
	right: 0;
	display: none;
}
#carousel .carousel-center + .desc {
	display: block;
}
#carousel a img:not(.carousel-center) {
	opacity: .5!important;
}


.quotes {
	padding: 45px;
	border:1px solid #d9d9d9;
	height: 465px;
	overflow-y: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-right: 30px;
	position: relative;
}
/* .quotes:after {
    content:'';
    position: absolute;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(255,255,255) 60%, rgba(255,255,255,.1));
    left: 0;
    right: 0;
} */
.quote {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #d9d9d9;
}
.quote .title {
	font-size: 18px;
	font-family: ms-M;
	margin-bottom: 10px;
}
.quote .text {
	line-height: 1.2;
	font-family: ms-L;
	font-size: 14px;
}
.section7 {
	background-image: url(../img/bg5.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}


.section8 .h1 {
	text-align: left;
}
.section8 .h1:after {
	left: 0;
	margin: 0;
}
.section8 {
	height: 395px;
	background-color: #2b2b2b;
	overflow: hidden;
}
.section8 .container {
	position: relative;
	z-index: 1;
}
.section8 menu a {
	color:#fff;
	display: block;
	font-family: ms-M;
	line-height: 1;
	margin-bottom: 20px;
}
.section8 menu a:hover { 
	color:#ff1e48; 
}
.section8 menu a:last-child {
	margin-bottom: 0;
}
.section8 menu {
	margin-right: 80px;
}
.section8:before {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	background-image: url(../img/bg6.png);
	width: 393px;
	height: 401px;
	top: 50%;
	margin-top: -200px;  
}
.section8:after {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	background-image: url(../img/bg7.png);
	width: 465px;
	height: 340px;
	top: 50%;
	margin-top: -170px;  
	right: -100px;
}



.section9 .slide .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 265px;
}
.section9 .date {
	font-family: ms-M;
	font-size: 13px;
	color:#929292;
	line-height: 1;
	margin-bottom: 5px;
}
.section9 .title {
	font-family: ms-SB;
	font-size: 20px;
	line-height: 1;
}
.section9 .text {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.2;
}
.section9 .desc {
	padding: 30px 40px;
}
.section9 .slide-wrap {
	position: relative;
	padding: 25px;
}
.section9 .slide {
	transform:scale(0.9);
	box-shadow: 0 0 25px rgba(0,0,0,.1);
	background-color: #fff;
	opacity: .5;
	transition:all .5s ease;
}
.section9 .slider-wrap {
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
.section9 .slick-current + .slick-slide .slide {
	position: absolute;
	transform: scale(1.2);
	left: 0;
	opacity: 1;
}
.section9 .slick-current + .slick-slide {
	position: relative;
	z-index: 1;
}
.section9 .slick-list {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section9 .slick-arrow {
	font-size: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	box-shadow:none!important;
	outline:none!important;
}
.section9 .slick-next {
	position: absolute;
	background-image: url(../img/arr3.png);
	width: 24px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	right: 0;
}
.section9 .slick-prev {
	position: absolute;
	background-image: url(../img/arr3.png);
	width: 24px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	left: 0;
	transform:rotate(180deg);
}
.section9 {
	background-image: url(../img/bg8.png);
	background-position: top right;
	background-repeat: no-repeat;
}



.section10 {
	background-color: #2b2b2b;
	height: 400px;
	color:#fff;
}
.section10 .container {
	position: relative;
}
.section10 .container:before {
	content: '';
	background-image: url(../img/bg4.png);
	background-position: center;
	position: absolute;
	width: 439px;
	height: 400px;
	left: -78px;
	top: 50%;
	margin-top: -200px;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: .4;
}
.section10 .h1 {
	text-align: left;
}
.section10 .h1:after {
	margin: 0;
}
.section10 p {
	text-transform: uppercase;
	font-family: ms-SB;
	font-size: 20px;
	letter-spacing: 1px
}
.section10 form .title:after {
	display: none;
}
.section10 form {
	position: relative;
	z-index: 1;
}
.section10 form .title {
	margin-bottom: 5px;
	text-align: left;
	font-size: 30px;
}
.section10 .form-line {
	max-width: 275px;
	margin-bottom: 15px;
}
.section10 .checkbox-wrap span {
	color:#fff;
}
.section10 .checkbox {
	background-color: #fff;
	border:none;
}
.section10 input[type="submit"] {
	max-width: 175px;
}
.section10 .checkbox-wrap {
	margin-bottom: 5px;
	margin-top: 20px;
}
.section10 .select {
	max-width: 275px;
	background-color: #fff;
	height: 42px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 0;
}
.section10 .ks-select__current {
	height: 100%;
	justify-content: space-between;
	padding-left: 25px;
	padding-right: 25px;
	color:#b3b3b3;
	text-transform: uppercase;
	font-family: ms-M;
	font-size: 16px;
}
.section10 .ks-select__current span {
	padding-left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.section10 .ks-select__block {
	top: 40px;
	border-radius:0 0 4px 4px;
	padding: 15px;
	padding-left: 25px;
	box-shadow:0 3px 3px rgba(0,0,0,.1);
}
.section10 .select.opened {
	border-radius:4px 4px 0 0;
	border-bottom:none;
}
.section10 .container:after {
	background-image: url(../img/bg9.png);
	content:'';
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-background-size: contain;
	background-size: contain;
	height: 400px;
	width: 340px;
	background-repeat: no-repeat;
}


.section11 p, .section11 li {
	font-family: ms-M;
}
.section11 h2 {
	font-size: 26px;
	font-family: ms-SB;
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 25px;
}
.section11 ul li {
	position: relative;
	padding-left: 13px;
	line-height: 1;
	margin-bottom: 12px;
}
.section11 ul li:before {
	content:'';
	position: absolute;
	top: 6px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius:50%;
	background-color: #ff1e48;
}
.section11 .h1:after {
	margin: 0;
}



footer {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #414141;
	color:#fff;
}
footer menu a {
	font-family: ms-M;
	color:#a9a9a9;
	margin-top: 5px;
	margin-bottom: 7px;
	display: block;
}
footer menu a:hover {
	color:#fff;
}
footer .addr {
	font-size: 18px;
	font-family: ms-M;
}
footer .addr:before {
	content:'';
	display: inline-block;
	width: 13px;
	height: 19px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(../img/loc.png);
	margin-right: 10px;
	position: relative;
	top: 2px;
}
footer .tel {
	color:#fff;
	font-family: ms-M;
	font-size: 30px;
	margin-left: 50px;
}
footer .tel:before {
	content:'';
	width: 22px;
	height: 22px;
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}
footer .bottom {
	font-size: 12px;
	margin-top: 40px;
}
footer .bottom .docs {
	color:#fff;
	text-decoration: underline;
	display: inline-block;
}
footer .bottom .author {
	color:#fff;
}
footer .bottom .author img {
	margin-left: 10px;
}




.section8.mod:before {
	display: none;
}
.section8.mod:after {
	background-image: url(../img/bg7.png);
	content:'';
	width: 465px;
	height: 340px;
	top: 50%;
	position: absolute;
	margin-top: -170px;
	left: -150px;
}
.section8.mod .container {
	position: relative;
	z-index: 1;
}
.section8.mod .menus {
	width: 520px;
	min-width: 520px;
}
.section8.mod .slider-wrap {
	position: absolute;
	top: -118px;
	bottom: -118px;
	right: 0;
	width: 820px;
}
.section8.mod {
	padding-top: 118px;
	padding-bottom: 118px;
	height: auto;
}
.section8.mod .slider, .section8.mod .slide-wrap, .section8.mod .slick-list, .section8.mod .slick-track, .section8.mod .slick-slide > div {
	height: 100%;
	position: relative;
	display: block!important;
	top: 0;
}
.section8.mod .slick-next {
	background: none;
	position: absolute;
	top: 50%;
	background-image: url(../img/arr3.png);
	width: 24px;
	height: 48px;
	margin-top: -24px;
	right: 30px;
	cursor: pointer;
	font-size: 0;
	padding: 0;
	z-index: 1;
}
.slick-next:focus, .slick-prev:focus {
	outline:none;
	box-shadow:none;
}
.slick-track:after, .slick-track:before {
	display: none;
}
.section8.mod .slick-prev {
	background: none;
	position: absolute;
	top: 50%;
	background-image: url(../img/arr3.png);
	width: 24px;
	height: 48px;
	margin-top: -24px;
	left: 30px;
	cursor: pointer;
	transform: rotate(180deg);
	font-size: 0;
	padding: 0;
	z-index: 1;
}
.section8.mod .wrap {
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.section8.mod .slide {
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.section8.mod .slide {
	padding: 65px 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.section8.mod .slide:before {
	position: absolute;
	background:linear-gradient(to top, rgba(0,0,0, 1), rgba(0,0,0,0.2) 55%);
	content:'';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.section8.mod .slide .row, .section8.mod .slide h3 {
	position: relative;
	z-index: 1;
}
.section8.mod .slide h3 {
	font-family: ms-M;
	font-size: 30px;
	margin: 0;
	padding-bottom: 25px;
	color:#fff;
}
.section8.mod .slide .el:first-child {
	margin-right: 50px;
}
.section8.mod .slide .el:first-child:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/icon1.png);
	width: 28px;
	height: 34px;
}
.section8.mod .slide .el:last-child:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/icon2.png);
	width: 33px;
	height: 34px;
}
.section8.mod .slide .el {
	padding-left: 47px;
	position: relative;
}
.section8.mod .slide .el span {
	display: block;
}
.section8.mod .slide .el span:first-child {
	font-size: 12px;
	text-transform: uppercase;
	color:#a1a1a1;
	font-family: ms-M;
	line-height: 1;
	padding-bottom: 7px;
}
.section8.mod .slide .el span:last-child {
	font-size: 18px;
	text-transform: uppercase;
	color:#fff;
	font-family: ms-M;
	line-height: 1;
}
.inner header {
	position: relative;
}


.breadcrumbs {
	padding-top: 40px;
	padding-bottom: 35px;
}
.breadcrumbs a {
	text-transform: uppercase;
	font-family: ms-SB;
	color:#999999;
}
.breadcrumbs span {
	text-transform: uppercase;
	font-family: ms-SB;
	display: inline-block;
	margin-left: 20px;
}
.breadcrumbs span:before {
	content:'';
	display: inline-block;
	width: 6px;
	height:6px;
	background-color: #ff1e48;
	margin-right: 20px;
	position: relative;
	top: -4px;
}
.section11 ol {
	counter-reset: myCounter;
}
.section11 ol li {
	list-style: none;
	line-height: 1;
	margin-bottom: 12px;
}
.section11 ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter) ".";
	color: #ff1e48;
	display: inline-block;
	padding-right: 5px;
}


.section12 .block {
	color:#fff;
	background-color: #2b2b2b;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.section12 .block {
	background-image: url(../img/bg11.png);
	background-repeat: no-repeat;
	background-position: center left;
	-ms-background-position-x: -150px;
	background-position-x: -150px;
}
.section12 .block2 .col-md-3:nth-child(3) {
	background-image: url(../img/bg11.png);
	background-repeat: no-repeat;
	background-position: center left;
	-ms-background-position-x: -150px;
	background-position-x: -150px;
}
.section12 .block1:after {
	content:'';
	position: absolute;
	/*background-image: url(../img/bg10.png);*/
	width: 219px;
	height: 147px;
	top: 20px;
	right: 20px;
	opacity: .5;
}
.section12 .block .container {
	position: relative;
	z-index: 1;
}
.section12 .block .h1 {
	font-size: 30px;
	text-align: left;
	text-transform: none;
	margin-bottom: 0;
}
.section12 .block .h1:after {
	left: 0;
	margin: 0;
}
.section12 .block p {
	font-size: 12px;
	margin-bottom: 10px;
}
.section12 .block .title {
	font-family: ms-SB;
	font-size: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
	line-height: 1.3;
	position: relative;
}
.section12 .block .title:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: rgba(255,255,255,.2);
	width: 80%;
}
.section12 .block li {
	position: relative;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 17px;
}
.section12 .block li:before {
	content:'';
	position: absolute;
	top: 3px;
	left: -15px;
	width: 6px;
	height: 6px;
	background-color: #ff1e48;
}
.section12 .block ul {
	margin-bottom: 25px;
}
/*.section12 .block .col-md-3:nth-child(3):before {
	content:'';
	position: absolute;
	top: -45px;
	bottom: -45px;
	width: 3px;
	left: 0;
	background-color: #fff;
}*/
/*.section12 .block1 .col-md-3:nth-child(3):after {
	content:'';
	position: absolute;
	top: -45px;
	bottom: -45px;
	width: 3px;
	right: 0;
	background-color: #fff;
}*/
.bb {
	border-bottom: 3px solid #fff;
}
.br {
	border-right: 3px solid #fff;
}
.section12 .col-md-3, .section12 .col-md-6 {
	padding-left: 50px;
	padding-right: 38px;
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
	overflow: hidden;
}

.section12 .col-md-3 h2 {
	position: relative;
	z-index: 1;
}
.section12 .block b {
	display: block;
	font-weight: normal;
	font-family: ms-B;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.section12 .block .btn {
	font-size: 20px;
}
.section12 .block .btn:after {
	width: 15px;
	height: 15px;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 7px;
}
section h4 {
	text-align: center;
	font-family: ms-SB;
	margin-bottom: 30px;
	font-size: 26px;
}
.section11 b {
	font-weight: normal;
	font-family: ms-B;
}


.section13 .el {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 55px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position: relative;
}
.section13 .el .img {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
}
.section13 .desc {
	padding: 40px 60px;
}
.section13 .desc .btn.btn--red {
	margin-top: 30px;
}
.section13 .title {
	font-family: ms-SB;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}
.section13 .text {
	font-family: ms-M;
	line-height: 1.3;
	font-size: 14px;
}
.section13 .col-md-6 {
	position: static;
}
.section13 {
	padding-bottom: 70px;
}
.section11 .h2 {
	font-family: ms-SB;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.3;
	text-transform: uppercase;
}
.h1.center:after {
	margin:auto;
}

li a:hover {
	text-decoration: underline;
    text-decoration-color: #ff1e48;
}

.section14 {
	background-color: #2b2b2b;
}
.section14:after {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(../img/bg12.jpg);
	background-position: right center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 55%;
}
.section14 .container {
	position: relative;
	z-index: 1;
}
.responsive {
	max-width: 100%;
}
.section14 .h1 {
	color:#fff;
	font-family: ms-SB;
	font-size: 24px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
	text-transform: none;
}
.section14 .h1:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 15px;
	height: 1px;
	background-color: #ff1e48;
	width: 135px;
	margin: 0;
}
ul.listed li {
	position: relative;
	color:#fff;
	line-height: 1.1;
	font-family: ms-M;
	margin-bottom: 15px;
	font-size: 14px;
	padding-left: 15px;
}
ul.listed li:before {
	content:'';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 4px;
	left: 0;
	background-color: #ff1e48;
}
.section14 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.section14 .video {
	height: 480px;
}
.section14 .video iframe {
	width: 100% !important;
	height: 100% !important;
}
.section14 .loc {
	font-size: 24px;
	font-family: ms-M;
	color:#fff;
}
.section14 .loc:before {
	content:'';
	background-image: url(../img/loc.png);
	width: 17px;
	height: 25px;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 15px;
	vertical-align: middle;
}
.sem-after:after {
	display: none;
}
.section14 .slide {
	height: 340px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.section14 .slider-wrap {
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.section14 .slick-next {
	background: none;
	background-image: url(../img/arr3.png);
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 13px;
	height: 26px;
	margin-top: -24px;
	-webkit-background-size: contain;
	background-size: contain; 
	right: -20px;
	font-size: 0;
	padding: 0;
	z-index: 1;
}
.section14 .slick-prev {
	background: none;
	background-image: url(../img/arr3.png);
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 13px;
	height: 26px;
	margin-top: -24px;
	-webkit-background-size: contain;
	background-size: contain; 
	left: -20px;
	font-size: 0;
	padding: 0;
	transform:rotate(180deg);
	z-index: 1;
}
.section14 .dots {
	left: 90px;
	bottom: 0;
	position: absolute;
}



.section15 .el {
	position: relative;
	margin-bottom: 50px;
}
.section15 .title {
	text-transform: uppercase;
	font-family: ms-SB;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}
.section15 .img {
	height: 77px;
	margin-bottom: 15px;
}
.section15 .img img {
	max-height: 100%;
}
.section15 .text {
	font-family: ms-M;
}
.section15 .el:nth-child(1):after, .section15 .el:nth-child(2):after, .section15 .el:nth-child(4):after, .section15 .el:nth-child(5):after {
	position: absolute;
	content:'';
	background-image: url(../img/arr4.png);
	width: 49px;
	height: 40px;
	top: 60px;
	right: 70px;
}
.section15 .row {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}


.section16 h3 {
	font-family: ms-M;
	font-size: 24px;
	margin-bottom: 30px;
}
.section16 h4 {
	font-family: ms-M;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
	margin-top: 30px;
}
.section16 p {
	font-size: 14px;
}
.section16 {
	color:#fff;
	background-image: url(../img/img9.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.section16 .container:before {
	content:'';
	position: absolute;
	background-image: url(../img/romb.png);
	width: 1057px;
	height: 1057px;
	top: 50%;
	transform:translate(-45.5%,-65%);
}
.section16 .listed li:after {
	left: 0;
}
.section16 .listed li {
	padding-left: 15px;
}
.section16 .container > * {
	position: relative;
	z-index: 1;
}


.section17 .block {
	color:#fff;
	background-color: #2b2b2b;
	overflow: hidden;
	position: relative;
}
.section17 .block .line {
	padding-top: 40px;
	padding-bottom: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	border-bottom:1px solid rgba(255,255,255,.1);
}
.section17 .block .img2 {
	width: 81px;
	min-width: 81px;
	margin-right: 20px;
}
.section17 .block .img2 img {
	max-width: 100%;
}
.section17 .block .line:last-child {
	border-bottom:none;
}
.section17 .block .line .title {
	font-family: ms-SB;
	font-size: 18px;
}
.section17 .block .h1 {
	text-align: left;
	text-transform: none;
	font-size: 30px;
}
.section17 .block .h1:after {
	margin: 0;
}
.section17 .img {
	height: 340px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.section17 .block .container:before {
	content: '';
	background-image: url(../img/bg11.png);
	background-position: center;
	position: absolute;
	width: 498px;
	height: 502px;
	left: -78px;
	top: 50%;
	margin-top: -251px;
	-webkit-background-size: cover;
	background-size: cover;
}
.section17 .desc {
	padding-top: 70px;
	padding-bottom: 50px;
	font-family: ms-M;
}
.section17 ul li {
	color:#000;
	font-size: 16px;
}
.section17 ul li:before {
	top: 6px;
}
.section17 h2 {
	font-family: ms-SB;
	margin-bottom: 20px;
}


.section17 .sec {
	margin-bottom: 50px;
}
.section17 .sec-nmb {
	font-family: ms-SB;
	color:#ff1e48;
	font-size: 70px;
	padding-right: 15px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.section17 .sec-title {
	font-family: ms-SB;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 20px;
	margin-top: 10px;
}
.section17 .sec-text {
	font-size: 14px;
	font-family: ms-SB;
	color:#909090;
}


.section11 .img2 {
	height: 330px;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.section11 .desc {
	flex-direction: column;
	justify-content: center;
	font-family: ms-M;
	padding-left: 50px;
	line-height: 1.3;
}
.section11 .hr {
	margin-top: 70px;
	margin-bottom: 70px;
	height: 1px;
	background-color: #d7d7d7;
	width: 100%;
}
.section11 h3 {
	font-family: ms-SB;
	font-size: 28px;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.section11 h3:after {
	content:'';
	position: absolute;
	height: 1px;
	background-color: #ff1e48;
	bottom: 0;
	left: 0;
	width: 195px;
}
.h1.left {
	text-align: left;
	font-size: 30px;
	letter-spacing: 1px
}
.h1.left:after {
	margin: 0;
}
.js__form {
	max-width: 280px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.section15 .el {
		max-width: 33.33%;
	}
	.section15 .img {
		width: 77px;
	}
	.section15 .el img {
		max-width: 100%;
	}
	.section12 .block2 .col-md-3:nth-child(odd) {
		position: relative;
		display: block;
	}
	.section12 .block2 .col-md-3:nth-child(odd) .h1 {
		position: relative;
		top: 50%;
		transform:translateY(-50%);
	}

}

@media only screen and (max-width: 1700px) {
	header menu a, header menu > div {
		padding-left: 10px;
		padding-right: 10px;
	}
	header menu a:last-child {
		padding-right: 0;
	}
	.section5 .left .slide {
		padding-left: 20px;
	}
	.section5 .slider-wrap h3 {
		font-size: 18px;
	}
	.section5 .left h2 {
		font-size: 70px;
	}
	.section5 .slider-wrap h3 span, .section5 .slider-wrap .price {
		font-size: 30px;
	}
	.section5 .left p {
		font-size: 20px;
	}
	.section8.mod .row {
		display: block;
	}
	.section8.mod .slide .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: nowrap;
	}
	.section8.mod .slide .row > div {
		width: auto !important;
		min-width: auto !important;
	}
	.section8.mod .row > div {
		width: 100%;
		min-width: 100%;
	}
	.section8.mod .menus {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-top: 30px!important;
		padding-left: 15px;
	}
}

@media only screen and (max-width: 1600px) {
	.section5 .left {
		left: 0;
		margin: 0;
	}
	.section5 .right {
		left: 0;
		margin: 0;
	}
	.section5 .slider-wrap .dots {
		left: 20px;
	}
	.section8.mod .container.h-100 {
	    width: calc(50%);
	    margin-right: auto;
	    margin-left: 0;
	}
}

@media only screen and (max-width: 1500px) {
	.section1 h1 {
		font-size: 44px;
	}
	.section1 .dots {
		bottom: 82px;
	}
	.section6 .container:before {
		display: none;
	}
	.section6 .el {
		width: 33.33%;
		min-width: 33.33%;
		margin-bottom: 40px;
	}
	.section6 .col-lg-3, .section6 .col-lg-9 {
		width: 100%;
		min-width: 100%;
	}
	.section6 .col-lg-9 {
		padding-left: 60px;
		margin-top: 40px;
	}
	.section7 .slider-wrap {
		width: 730px;
		min-width: 730px;
	}
	.section7 .quotes-wrap {
		width:calc(100% - 730px);
		max-width: calc(100% - 730px)
	}
	.section7 {
		background: none;
	}
	.section8:before, .section8:after {
		display: none;
	}
	.section8 .container > .row {
		display: block;
	}
	.section8 .container > .row > div {
		width: 100%;
		min-width: 100%;
	}
	.section8 {
		height: auto;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section8 .h1 {
		margin-bottom: 60px!important;
	}
	.section8 menu {
		margin-bottom: 20px;
	}
	.section15 .title {
		font-size: 18px;
	}
	.section13 .desc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section5 .right h1 {
		font-size: 35px;
	}
	.section5 .right .line {
		font-size: 22px;
	}
	.section5 {
		height: 650px;
	}
}

@media only screen and (max-width: 1300px) {
	.index header .bottom {
		margin-top: -10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-end;
		-ms-align-items: center;
		align-items: center;
	}
	.inner header .bottom {
		margin-top: -20px;
	}
	.index header .tel {
		order:-1;
	}
	.index header .select {
		order:-1;
	}
	header .select {
		font-size: 16px;
		width: 280px;
	}
	header .ks-select__current img:first-child {
		width: 17px;
	}
	header .ks-select__current {
		font-size: 14px;
	}
	header .tel:before {
		width: 22px;
		height: 22px;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
	}
	header .select {
		margin-left: 30px;
		margin-right: 30px;
	}
	header .tel {
		font-size: 24px;
		margin: 0;
		padding-left: 30px;
	}
	header .btn {
		font-size: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.section1 .slide:after {
		width: 26%;
	}
	header .logo img {
		max-width: 200px;
	}
	header, .inner header {
		padding-top: 30px;
	}
	.section3 .title {
		font-size: 30px;
	}
	.section3 .left {
		padding-right: 40px;
	}
	.section3 .right {
		padding-left: 40px;
	}
	.section5 .right h1 {
		font-size: 36px;
	}
	.section5 .right .line {
		font-size: 20px;
	}
	.section5 .right .wrap {
		padding-left: 20px;
	}
	.section9 .desc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section9 .title {
		font-size: 18px;
	}
	.section9 .slide .img {
		height: 200px;
	}
	footer .top {
		flex-wrap:nowrap;
	}
	footer .top .logo {
		width: 200px;
		min-width: 200px;
		max-width: 200px;
	}
	footer .top .logo img  {
		max-width: 100%;
	}
	footer .top menu {
		flex-grow:1;
		min-width: 500px;
		margin-left: 40px;
		margin-right: 40px;
	}
	footer .top > div {
		width: auto!important;
		min-width: auto;
		flex:0 0 auto;
		max-width: none;
		display: block;
	}
	footer .tel {
		margin-left: 0;
	}
	.section14 .slide {
		height: 240px;
	}
	.section14 .h1, .section14 .loc {
		font-size: 18px;
	}
	.section14 .video {
		height: 380px;
	}
	.section8.mod .slider-wrap {
		width: 50%;
	}
	.section12 .block .h1 {
		font-size: 20px;
	}
	.section12 .block1 .col-md-3 {
		width: 50%;
		min-width: 50%;
	}
	.section12 .block1 .col-md-3.dn {
		display: none;
	}
	.section12 .block1 .col-md-3:first-child {
		width: 100%;
		min-width: 100%;
	}
	.section12 .block2 .col-md-3:nth-child(even) {
		width: 30%;
		min-width: 30%;
		flex:0 0 30%;
	}
	.section12 .block2 .col-md-3:nth-child(odd) {
		width: 20%;
		min-width: 20%;
		flex:0 0 20%;
	}
	.section12 .block, .section12 .block2 .col-md-3:nth-child(3) {
		background-image: none;
	}
	.section17 .block .row {
		display: block;
	}
	.section17 .block .col-md-7 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		min-width: 100%;
		justify-content:space-between;
	}
	.section17 .block .col-md-5 {
		width: 100%;
		min-width: 100%;
	}
	.section17 .block .col-md-7 .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 45%;
		min-width: 45%;
	}
	.section17 .block .container:before {
		display: none;
	}
	.section17.mod .col-md-3, .section17.mod .col-md-9 {
		width: 100%;
		min-width: 100%;
	}
	.section17.mod .block {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section17.mod .col-md-9 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}

@media only screen and (max-width: 1100px) {
	header.fixed #tel2 {
		display: block;
		color: #000;
		order: 0;
		padding: 0;
	}
	#tel2:before {
		display: none;
	}
	header menu {
		display: none;
		background: #fff;
		box-shadow:0 5px 5px rgba(0,0,0,.1);
		top: 60px;
		right: 0;
		z-index: 11;
		position: absolute;
		width: 320px;
		padding: 20px;
	}
	header menu a, header menu > div {
		display: block;
		padding-top: 7px;
		padding-bottom: 7px;
		color:#000!important;
	}
	header .toggle-menu {
		display: block;
		position: static;
		height: 21px;
		margin: 0;
	}
	header .top {
		-ms-align-items: center;
		align-items: center;
		position: relative;
	}
	header .hidden {
		position: static;
		width: 100%;
		margin: 0;
		padding-right: 0;
		padding-left: 15px;
	}
	header .hidden a {
		font-size: 14px;
	}
	header.fixed  {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header.fixed .toggle-menu span, header.fixed .toggle-menu span:after, header.fixed .toggle-menu span:before {
		background-color: #000;
	}
	header.fixed menu {
		height: auto;
		max-height: calc(100vh - 74px);
		overflow-y: auto;
	}
	header.fixed menu a, header.fixed menu > div {
		padding-top: 7px;
		padding-bottom: 7px;
		display: block;

	}
	header.fixed .hidden a {
		padding-bottom: 20px;
	}
	.h1 {
		font-size: 36px;
	}
	.section2 .el {
		padding-left: 30px;
		padding-right: 30px;
	}
	.section2 .el-wrap {
		width: 50%;
		min-width: 50%;
	}
	.section3 .bg2, .section3 .bg1 {
		display: none;
	}
	.section3 .right, .section3 .left {
		background: none;
		height: auto;
		padding-top: 0;
		width: 50%;
		min-width: 50%;
	}
	.section3 {
		height: auto;
		padding-bottom: 70px;
	}
	.section5 .right h1 {
		font-size: 30px;
	}
	.section5 .hidden span {
		font-size: 16px;
	}
	.section5 .right .line {
		font-size: 16px;
	}
	.section5 .left {
		width: 380px;
		min-width: 380px;
	}
	.section5 .slider-wrap h3 span, .section5 .slider-wrap .price {
		font-size: 24px;
	}
	.section5 .left .desc {
		padding-right: 0;
	}
	.price:after {
		width: 15px;
		height: 15px;
		-webkit-background-size: contain;
		background-size: contain;
		margin-left: 5px;
	}
	.section5 .left p {
		font-size: 16px;
	}
	.section5 .right h1 {
		font-size: 20px;
	}
	.section5 .right .line {
		font-size: 14px;
	}
	.section5 .hidden span {
		font-size: 14px;
	}
	.section7 .slider-wrap {
		margin-left: auto;
		margin-right: auto;
	}
	.section7 .quotes-wrap {
		width: 100%;
		min-width: 100%;
		margin-top: 40px;
	}
	.section9 {
		background: none;
	}
	.section10 form {
		width: 300px;
		min-width: 300px;
	}
	footer .top {
		flex-wrap:wrap;
	}
	footer menu {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.section11 .h2 {
		font-size: 20px;
	}
	.section14 .slide {
		height: 200px;
	}
	.section15 .el {
		width: 50%;
		min-width: 50%;
	}
	.section15 .el:nth-child(1):after, .section15 .el:nth-child(2):after, .section15 .el:nth-child(4):after, .section15 .el:nth-child(5):after {
		display: none;
	}
	.section15 .el:nth-child(odd):after {
		position: absolute;
		content: '';
		background-image: url(../img/arr4.png);
		width: 49px;
		height: 40px;
		top: 60px;
		right: 70px;  
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.section8.mod .container.h-100 {
	    width: calc(100%);
	}
	.section8 menu {
		margin-right: 0!important;
	}
	.section1 h1 {
		font-size: 34px;
	}
	.section1 p {
		font-size: 16px;
	}
	.section4 .video {
		height: 400px;
	}
	.section9 .slide, .section9 .slick-current + .slick-slide .slide {
		opacity: 1;
		transform: none;
		position: static;
	}
	.section9 .slick-prev {
		left: -24px;
	}
	.section9 .slick-next {
		right: -24px;
	}
	.section9 .slider-wrap {
		padding-left: 24px;
		padding-right: 24px;
	}
	.section14 .video {
		height: 300px;
	}
	.section8.mod .slider-wrap {
		position: static;
		width: 100%;
		margin-top: 30px;
		height: 300px;
	}
	.section8.mod {
		padding-bottom: 0;
	}
	.section12 .col-md-3 {
		padding: 30px 15px;
		padding-left: 25px;
	}
	.section11 .desc {
		padding-left: 15px;
		margin-top: 30px!important;
	}

}

@media only screen and (max-width: 850px) {
	.section5 {
		display: block;
		height: auto;
	}
	.section5 .left, .section5 .left .wrap {
		width: 100%;
		max-width: 100%;
	}
	.section6 .el {
		width: 50%;
		min-width: 50%;
	}
	.section10 .row {
		display: block;
	}
	.section10 {
		height: auto;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section10 form {
		width: 100%;
		max-width: 300px;
		min-width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}
	.section10 .container:after, .section10 .container:before {
		display: none;
	}
	footer .bottom {
		display: block;
	}
	footer .bottom .docs {
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
	}
	footer menu a {
		padding-right: 10px;
	}
	/*.section12 .block .col-md-3, .section12 .block2 .col-md-3:nth-child(odd), .section12 .block2 .col-md-3:nth-child(even) {
		width: 100%;
		min-width: auto;
		flex:0 0 auto;
		max-width: 300px!important;
	}*/
	.section12 .block .col-md-3:nth-child(3):before, .section12 .block1 .col-md-3:nth-child(3):after, .section12 .block1:after {
		display: none;
	}
	.section12 .block2 .col-md-3:nth-child(odd), .section12 .block2 .col-md-3:nth-child(even), .section12 .block1 .col-md-3 {
	    width: 100%;
    	min-width: 100%;
	}
	.bb, .br {
		border: none!important;
	}
	.section17.mod .col-md-9 {
		display: block;
	}
	.section17.mod .col-md-9 .col-md-6 {
		width: 100%;
		min-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	/*header .tel {
		display: none;
	}*/
	.ks-select__list {
		height: 300px;
		overflow: auto;
	}
	.ks-select__list::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
		background-color: #C7C7C7;
	}
	.ks-select__list::-webkit-scrollbar {
		width: 8px;
		background-color: #C7C7C7;
	}
	.ks-select__list::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #FF1E48;
	}
	.section10 .h1, .section10 p, .section10 form .title {
		text-align: center;
	}
	.section10 .h1:after, .btn {
		margin: auto!important;
		display: block;
		max-width: 200px;
		min-width: 130px;
	}
	.section2 .btn {
		margin: 0!important;
	}
	#zapis .text {
		display: flex;
	}
	.form-line, .select {
		margin: 6px auto;
	}
	.modal-dialog {
		margin-left: auto!important;
		margin-right: auto!important;
	}
	#feedback .modal-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	.btn {
	    min-height: 35px;
		height: auto !important;
		padding-left: 10px;
		padding-right: 10px;
	}
	header .btn {
		min-height: 25px;
	}
	header .ks-select__current, .inner header .bottom .ks-select__current {
		font-size: 12px;
	}
	header .select {
		width: 200px;
	}
	.ks-select__block {
		padding: 20px;
		top: 40px;
	}
	.ks-select__item {
		font-size: 14px;
	}
	.section1 .mouth {
		bottom: 20px;
	}
	.section1 .dots {
		bottom: 50px;
	}
	.section1 h1 {
		font-size: 24px;
	}
	.section1 p {
		font-size: 14px;
	}
	.section1 .dots {
		bottom: 0;
		left: auto;
		right: 15px;
	}
	.section1 .slide:after {
		display: none;
	}
	.section2 .el {
		height: 220px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.section2 .title {
		font-size: 14px;
	}
	.section2 .delimeter {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.section3 .title {
		font-size: 20px;
	}
	.section4 .video {
		height: 300px;
	} 
	#carousel {
		height: 400px;
		transform:scale(0.7);
		overflow: visible;
	}
	#carousel .desc {
		bottom: -120px;
	}
	.section7 .slider-wrap {
		max-width: 100%;
		min-width: auto
	}
	.section14 .slider-wrap {
		margin-bottom: 30px;
	}
	.section15 .el:nth-child(odd):after {
		display: none;
	}
	.section15 .text br {
		display: none;
	}
	.section13 .el  {
		display: block;
		padding-top: 30px;
	}
	.section13 .el .img {
		position: static;
		height: 180px;
		max-width: 400px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.section11 .hr {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 621px) {
	header .bottom .btn.btn--red, .inner header .bottom .btn.btn--red {
		margin: 10px auto;
	}
	.index header .tel {
		margin: 12px auto;
	}
}
@media only screen and (max-width: 575px) {
	header .bottom .btn.btn--red, .inner header .bottom .btn.btn--red {
		margin: 0px auto;
	}
	header, .inner header {
		padding-top: 15px;
	}
	.inner header .bottom .tel {
		margin: auto;
	}
	.section11 .h2 {
		font-size: 16px;
	}
	.breadcrumbs {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.h1 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	header .btn, .inner header .btn {
		padding-left: 10px;
		padding-right: 10px;
		position: absolute;
		right: 60px;
		top: 18px;
	}
	.inner header .btn {
		top: 0;
	}
	header .select, .inner header .select {
		margin-left: 0!important;
		margin-right: 0!important;
		width: 180px;
	}
	header .logo img, header.fixed .logo img {
		width: 130px;
	}
	header.fixed menu {
		top: 45px;
		max-height: calc(100vh - 55px);
	}
	header .select, .inner header .select {
		width: 100%;
		max-width: 280px;
		margin-right: 0!important;
	}
	header .bottom {
		margin-top: 0;
	}
	.inner header .bottom {
		margin-top: -20px;
	}
	.inner header {
		padding-bottom: 20px;
	}
	.inner header:after {
		display: none;
	}
	.ks-select__current span {
		flex-grow:1;
	}
	.section1 h1 {
		line-height: 1.3;
		font-size: 22px;
	}
	.section1 .dots {
		bottom: 45px;
		right:auto;
		left: 15px
	}
	.section2 .el-wrap {
		width: 100%;
		min-width: 100%;
	}
	.section2 .delimeter {
		width: 80%;
	}
	.h1 {
		font-size: 22px;
	}
	section.mod, .section6 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section3 .title {
		font-size: 14px;
	}
	.section3 .left {
		padding-right: 15px;
	}
	.section3 .right {
		padding-left: 15px;
	}
	.section4 .video {
		height: 240px;
	}
	.section5 .left {
		padding-top: 50px;
	}
	.section5 .left .slide-wrap {
		height: 280px;
	}
	.section5 .left {
		min-width: auto;
	}
	.section6 .el {
		width: 100%;
		min-width: 100%
	}
	.section6 .h1 {
		font-size: 22px;
	}
	.section5 {
		margin-bottom: 0;
	}
	#carousel {
		height: 230px;
		transform:scale(0.5);
		overflow: visible;
	}
	#carousel .desc {
		bottom: -170px;
		font-size: 20px;
	}
	.section7 .slider-wrap #prev {
		left:15px;
	}
	.section7 .slider-wrap #next {
		right: 15px;
	}
	.quotes {
		padding: 30px 15px;
	}
	.section8 menu {
		margin-right: 20px;
	}
	.section8 menu a {
		font-size: 14px;
	}
	.section9 .slider-wrap {
		padding: 0;
	}
	.section9 .slide-wrap {
		padding: 0;

	}
	.section9 .container {
		padding: 0;
	}
	.section9 .slide {
		box-shadow:none;
	}
	.section9 .slick-next {
		right:15px;
		top: 100px;
		margin: 0;
		margin-top: -24px;
		z-index: 1;
	}
	.section9 .slick-prev {
		left: 15px;
		top: 100px;
		margin: 0;
		margin-top: -24px;
		z-index: 1;
	}
	.section9 .slick-list {
		padding-top: 0;
		padding-bottom: 0;
	}
	footer .top menu  {
		min-width: 100%;
		margin: 0;
		margin-top: 40px;
		margin-bottom: 40px;
		padding-left: 15px!important;
		padding-right: 15px!important;
		display: block;
	}
	.section15 .el {
		width: 100%;
		min-width: 100%;
	}
	.section15 .el:last-child {
		margin-bottom: 0;
	}
	.section15 .img {
		height: 50px;
	}
	.section8.mod .slick-next {
		right: 15px;
	}
	.section8.mod .slick-prev {
		left: 15px;
	}
	.section8.mod .slide {
		padding: 20px;
		padding-left: 60px;
	}
	.section8.mod .slide h3 {
		font-size: 20px;
	}
	.section8.mod .slide .el span:last-child {
		font-size: 12px;
	}
	.section8.mod .slide .el span:first-child {
		font-size: 10px;
	}
	.section8.mod .slide .el:first-child:before, .section8.mod .slide .el:last-child:before {
		transform:scale(0.7);
	}
	.section8.mod .slide .el {
		padding-left: 40px;
	}
	.section8.mod .slide .el:first-child {
		margin-right: 20px;
	}
	.section8.mod {
		padding-top: 50px;
	}
	.section17 .block .col-md-7 .row {
		display: block;
		width: 100%;
		min-width: 100%;
	}
	.section17 .block .col-md-7 {
		display: block;
	}
	.section11 .img2 {
		height: 220px;
		margin-left: -15px;
		margin-right: -15px;
		width:calc(100% + 30px);
	}
	.h1.left {
		font-size: 22px;
	}
	.section17 .img {
		height: 200px;
		margin-bottom: 15px;
	}
	.section17 .block .h1 {
		font-size: 30px;
	}
	.section17.mod .block {
		padding-bottom: 0;
	}
	.section17.mod {
		padding-bottom: 0;
	}
	.section10 form {
		padding-left: 0;
		padding-right: 0;
	}
	.section1 .slide, .section1 .slider .container {
		min-height: 90vh;
		height: auto;
	}
	.section12 .block .h1 {
		text-align: center;
	}
	.section12 .block .h1:after {
		margin:auto;
	}
}

@media only screen and (max-width: 400px) {
	header .btn, .inner header .btn {
		font-size: 8px;
		letter-spacing: 0.5px;
		top: 18px;
		height: 26px!important;
		padding-left: 5px;
		padding-right: 5px;
		right: 54px;
	}
	.inner header .btn {
		top: 2px
	}
	header .logo img {
		width: 107px;
	}
	header menu {
		top: 40px;
		right: 0;
		left: 0;
		width: auto;
	}
	.section4 .video {
		height: 200px;
	}
	#carousel {
		height: 200px;
		transform:scale(0.4);
		overflow: visible;
	}
	#carousel .desc {
		bottom: -230px;
		font-size: 26px;
	}
	.section14 .video {
		height: 180px;
	}
	.section13 .container {
		padding: 0;
	}
	.section13 .el {
		padding-top: 0;
		margin-bottom: 20px;
	}
	.section13 .el .img {
		margin-left: -15px;
		margin-right: -15px;
		width:calc(100% + 30px);
		min-width:calc(100% + 30px);
		max-width:calc(100% + 30px);
	}
	.section8.mod .slider-wrap {
		height: 200px;
	}
	.section8.mod .slick-prev, .section8.mod .slick-next {
		transform:scale(0.5);
	}
	.section8.mod .slick-prev {
		transform:scale(.5) rotate(180deg);
	}
	.section8.mod .slide {
		padding-left: 40px;
	}
	.section8.mod .slide .el span:first-child {
		font-size: 8px;
	}
	.section8.mod .slick-next {
		right: 5px;
	}
	.section8.mod .slick-prev {
		left: 5px;
	}
	.section17 .block .line .img2  {
		width: 30px;
		min-width: 30px;
	}
	.section17.mod .col-md-9 .col-md-6 {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 375px) {
	.index header .tel {
		margin: 4px auto;
	}
	.section1 h1 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
}


.contact-slider{
	width: calc(100% - 60px);
	margin: 0 auto;
	position: relative;
	margin-top: 15px;
}
.contact-slider .slick-prev{
	 
	    position: absolute;
	    background-image: url('../img/arr3.png');
	    width: 24px;
	    height: 48px;
	    top: 50%;
	    margin-top: -24px;
	    left: -30px;
	    transform: rotate(180deg);
	    font-size: 0;
	    background-color:transparent;
	    /*background:#fff;*/
	
}
.contact-slider .slick-next{
	 
	    position: absolute;
	    background-image: url('../img/arr3.png');
	    width: 24px;
	    height: 48px;
	    top: 50%;
	    margin-top: -24px;
	    right: -30px;
	    font-size: 0;
	    background-color:transparent;
	    /*background:#fff;*/
	    /*transform: rotate(180deg);*/
	
}
.contact-slide-wrapper{
	padding: 0 8px;
}
.contact-slide-wrapper:hover{
	cursor:pointer;
}
.contact-slider .slick-prev:hover,
.contact-slider .slick-next:hover{
	cursor:pointer;
}
/*.contact-item*/ .swiper-slide{
	height: 80px;
	
}

